Add workflow to auto-update dependent repos on release - #34
Open
mw-kapilg wants to merge 5 commits into
Open
Conversation
mcafaro
approved these changes
Jul 23, 2026
mcafaro
left a comment
Member
There was a problem hiding this comment.
Looks good. Definitely an improvement over manually updating each dependent repo. One thought: have we considered publishing common-utils as a scoped npm package (e.g. @matlab-actions/common-utils) so we can lean on npm's version management infrastructure? That would eliminate the need for a custom workflow and the cross-repo PAT.
mcafaro
requested changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
run-command,run-tests, andrun-buildto bump theircommon-utilsdependency whenever a new release is published.workflow_dispatchfor ad-hoc version bumps.gh pr create(no third-party actions) to create PRs on dependent repos.How it works
common-utilsgit reference inpackage.jsonpackage-lock.jsonPrerequisites
REPOS_ACCESS_TOKENsecret with contents (read/write) and pull request (read/write) permissions on the dependent repos.